home *** CD-ROM | disk | FTP | other *** search
/ Dye Another Day / DyeAnotherDay.bin / swf / 4.swf / scripts / DefineButton2_27 / BUTTONCONDACTION on(release, releaseOutside).as < prev   
Text File  |  2003-04-02  |  94b  |  5 lines

  1. on(release, releaseOutside){
  2.    this.thumb.scrolling = 0;
  3.    this.thumb.gotoAndStop(1);
  4. }
  5.